home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / myspell-en-za.postrm < prev    next >
Encoding:
Text File  |  2009-04-13  |  143 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "remove" ]; then
  6.   if [ -x /usr/sbin/update-openoffice-dicts ]; then
  7.     update-openoffice-dicts
  8.   fi
  9. fi
  10.  
  11.  
  12.  
  13. exit 0
  14.